home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / Syn Text Editor 2.1.0.46 / synsetup-2.1.0.46.exe / {app} / syn.exe / 0 / RCDATA / TFILEVERSIONSDIALOG / TFILEVERSIONSDIALOG.txt < prev   
Text File  |  2004-02-29  |  1KB  |  60 lines

  1. object FileVersionsDialog: TFileVersionsDialog
  2.   Left = 351
  3.   Top = 251
  4.   AutoScroll = False
  5.   BorderIcons = [biSystemMenu]
  6.   Caption = 'File Versions'
  7.   ClientHeight = 168
  8.   ClientWidth = 360
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   Position = poOwnerFormCenter
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object lvVersions: TListView
  22.     Left = 0
  23.     Top = 0
  24.     Width = 360
  25.     Height = 168
  26.     Align = alClient
  27.     Columns = <
  28.       item
  29.         Caption = 'Filename'
  30.         Width = 90
  31.       end
  32.       item
  33.         Caption = 'Version'
  34.         Width = 60
  35.       end
  36.       item
  37.         Caption = 'Description'
  38.         Width = 190
  39.       end>
  40.     ColumnClick = False
  41.     MultiSelect = True
  42.     ReadOnly = True
  43.     RowSelect = True
  44.     PopupMenu = popVer
  45.     SmallImages = CommandsDataModule.imlShellIcon
  46.     TabOrder = 0
  47.     ViewStyle = vsReport
  48.   end
  49.   object popVer: TPopupMenu
  50.     Left = 176
  51.     Top = 48
  52.     object Copy1: TMenuItem
  53.       Caption = 'Copy'
  54.       Hint = 'Copy|Copy File Versions to Clipboard'
  55.       ShortCut = 16451
  56.       OnClick = Copy1Click
  57.     end
  58.   end
  59. end
  60.